home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / hash / RCS / Hash_GetValue.man,v < prev    next >
Text File  |  1988-12-30  |  1KB  |  57 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     88.12.30.15.05.22;  author ouster;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @' $Header: Hash_GetValue,v 1.1 86/11/19 17:13:01 ouster Exp $ SPRITE (Berkeley)
  26. .so \*(]ltmac.sprite
  27. .HS Hash_GetValue lib
  28. .BS
  29. .SH NAME
  30. Hash_GetValue, Hash_SetValue \- read or write value associated with key 
  31. .SH SYNOPSIS
  32. .nf
  33. \fB#include <hash.h>\fR
  34.  
  35. ClientData
  36. \fBHash_GetValue\fR(\fIentryPtr\fR)
  37.  
  38. \fBHash_SetValue\fR(\fIentryPtr, value\fP)
  39. .AS Hash_Entry *entryPtr
  40. .SH ARGUMENTS
  41. .AP Hash_Entry *entryPtr in
  42. Address of entry whose value is to be queried or modified.
  43. .AP ClientData value in
  44. New value to be stored in entry.
  45. .BE
  46.  
  47. .SH DESCRIPTION
  48. .LP
  49. Each hash table entry consists of a key and an associated value.
  50. \fBHash_GetValue\fR returns the value associated with an entry, and
  51. \fBHash_SetValue\fR changes the value to \fIvalue\fP.  \fBHash_GetValue\fR
  52. and \fBHash_SetValue\fR are both macros.
  53.  
  54. .SH KEYWORDS
  55. entry, hash table, value
  56. @
  57.